From: Richard M. Stallman Date: Wed, 27 Mar 1996 03:54:10 +0000 (+0000) Subject: (XTread_socket, MapNotify case): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84174 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8c29f6bf9760b01ed227739c64bf84741ca3e062;p=emacs.git (XTread_socket, MapNotify case): Call record_asynch_buffer_change only if >1 frames. --- diff --git a/src/xterm.c b/src/xterm.c index 352fa426ead..ce426fb0afd 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3625,7 +3625,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected) count++; numchars--; } - else + else if (! NILP(Vframe_list) + && ! NILP (XCONS (Vframe_list)->cdr)) /* Force a redisplay sooner or later to update the frame titles in case this is the second frame. */